From 0c77af31e051816333bb63f7c0770c856ec21ff4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Per=20Starb=C3=A4ck?= Date: Fri, 30 Sep 2011 19:38:46 -0700 Subject: [PATCH] * lisp/pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. --- lisp/ChangeLog | 4 ++++ lisp/pcmpl-gnu.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 34bbd9def1e..a4972ecca72 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-10-01 Per Starbäck + + * pcmpl-gnu.el (pcomplete/tar): Fix tar-header-name call. (Bug#9643) + 2011-09-30 Martin Rudalics * startup.el (command-line-1): Fix last fix by inserting diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index 62f5fafe2c4..6bc4f7625bb 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el @@ -298,7 +298,7 @@ (mapcar (function (lambda (entry) - (tar-header-name (cdr entry)))) + (tar-header-name entry))) tar-parse-info)) (pcomplete-entries)) nil 'identity)))) -- 2.30.2